projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d74f78
)
(mouse-highlight-priority, x-lost-selection-functions, zmacs-regions):
author
Juanma Barranquero
<lekktu@gmail.com>
Mon, 29 Aug 2005 10:44:18 +0000
(10:44 +0000)
committer
Juanma Barranquero
<lekktu@gmail.com>
Mon, 29 Aug 2005 10:44:18 +0000
(10:44 +0000)
Add defvars.
lisp/emacs-lisp/lselect.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/lselect.el
b/lisp/emacs-lisp/lselect.el
index 38ae8b744609b452bc52c8163e2da4cc547bc950..d0b333edfe4519def631b8d7863a7bb1a05394cf 100644
(file)
--- a/
lisp/emacs-lisp/lselect.el
+++ b/
lisp/emacs-lisp/lselect.el
@@
-34,6
+34,11
@@
;; all upper-case; this may seem tasteless, but it makes there be a 1:1
;; correspondence between these symbols and X Atoms (which are upcased.)
+;; This is Lucid/XEmacs stuff
+(defvar mouse-highlight-priority)
+(defvar x-lost-selection-functions)
+(defvar zmacs-regions)
+
(defalias 'x-get-cutbuffer 'x-get-cut-buffer)
(defalias 'x-store-cutbuffer 'x-set-cut-buffer)